SpreadsheetGear 2023
SetArray(Double[,]) Method


SpreadsheetGear.CustomFunctions Namespace > IValue Interface > SetArray Method : SetArray(Double[,]) Method
The numbers which will be returned by this custom function.
Sets the result to the specified two dimensional array of numbers.
Syntax
'Declaration
 
Overloads Sub SetArray( _
   ByVal numbers(,) As System.Double _
) 
'Usage
 
Dim instance As IValue
Dim numbers() As System.Double
 
instance.SetArray(numbers)
void SetArray( 
   System.double[,] numbers
)

Parameters

numbers
The numbers which will be returned by this custom function.
Remarks
If any of the numbers in the array are not valid numbers, the result of the custom function will be ValueError.Num.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValue Interface
IValue Members
Overload List
SetArray(Object[,]) Method